home *** CD-ROM | disk | FTP | other *** search
/ Pycckuu Kocmoc - Russian Space / Pycckuu Kocmoc - Russian Space.iso / space2.exe / 0 / RCDATA / TFMGAME3A / TFMGAME3A.txt
Text File  |  2001-04-12  |  570b  |  29 lines

  1. object fmGame3a: TfmGame3a
  2.   Left = 234
  3.   Top = 180
  4.   BorderStyle = bsNone
  5.   Caption = 'fmGame3a'
  6.   ClientHeight = 450
  7.   ClientWidth = 600
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 600
  24.     Height = 450
  25.     Cursor = crHandPoint
  26.     OnClick = Image1Click
  27.   end
  28. end
  29.